home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 20 / 9 / DISK2096.ZIP / FONTED.ARC / READ.ME < prev    next >
Text File  |  1990-03-02  |  3KB  |  87 lines

  1.                 FONTED Overview
  2.                 ===============
  3.  
  4. FONTED is a very flexible font editor for LQ printer download fonts.
  5.  
  6. It is copyright
  7. Burkhard Meißner, Friedheim 86, D-2390 Flensburg, West-Germany
  8.  
  9.               FONTED Documentation
  10.               ====================
  11.  
  12. If you are an English-speaking user, please read the file FONTED.DOC  to
  13. get informed about the features and commands of FONTED.
  14.  
  15. Wenn Sie  ein deutscher  Benutzer sind,  lesen Sie  bitte FONTED.GER, um
  16. sich über Eigenschaften, Leistungen und Funktionsweise des Programms  zu
  17. unterrichten.  Als deutscher Benutzer sollten Sie die Datei FONTHELP.GER
  18. in FONTED.HLP umbenennen:
  19.  
  20. REN FONTED.HLP FONTHELP.ANG
  21. REN FONTHELP.GER FONTED.HLP
  22.  
  23. Die batch-Datei GERMAN.BAT vollführt dies automatisch.
  24.  
  25. Sie  haben  dann  einen  deutschen  HILFEtext  innerhalb  von FONTED zur
  26. Verfügung.
  27.  
  28.                  Testing FONTED
  29.                  ==============
  30.  
  31. To test the compliance of  this software with the peculiarities  of your
  32. particular computer hardware, switch  on your 24 pin  printhead printer,
  33. put this disk in drive a:  and switch to the FONTTEST sub directory:
  34.  
  35. CD A:\FONTTEST
  36.  
  37. Call fonttest.bat by entering
  38.  
  39. FONTTEST
  40.  
  41. This batch  process copies  a few  files to  your printer  - be patient:
  42. Copying long  binary font  files to  the printer's  memory may take some
  43. time.  After all  you should get a  printout with mixed Greek  and Latin
  44. characters, with a quotation from Aristotle.
  45.  
  46. The batch file    EXAMPLE.BAT contains example  DOS commands for    a FONTED
  47. call that  reads one  of the  sample font  files from  the sub directory
  48. \fonts.
  49.  
  50.             CHARCONV Font converter
  51.             =======================
  52.  
  53. In addition to the font editor    proper, you will find a utility  program
  54. CHARCONV that converts a FONTED binary font file to an assembly language
  55. source program, which can be fed directly into an assembler to produce a
  56. self-loading .COM program from the font.  Thus, you can distribute  your
  57. fonts more freely.  They also load slightly faster.  The resulting  font
  58. "programs"  set  the  errorlevel  automatically,  if  the  printer   was
  59. off-line:  This helps building more  powerful batch files.  To use  this
  60. program, you will need an assembler, linker and a program to convert  an
  61. .EXE file to a .COM file (EXE2BIN).
  62.  
  63.  
  64.             FONTCONV Font converter
  65.             =======================
  66.  
  67. There is  also a  conversion program  that helps  using FONTED    to write
  68. screen fonts.    Basically. it is  a filter program  that reads a  FONTED
  69. font and writes a segment to  file in assembly language format that  can
  70. be included  in an  assembly language  program to  build a  font loading
  71. routine for the screen    memory or a graphics  display routine.    You  can
  72. extract any  size area    from the  font's characters,  starting from  the
  73. upper left corner; you can  also choose larger areas in  both directions
  74. (y/x).    FONTCONV will  eventually pad out missing  rows or columns.   To
  75. build screen fonts that correspond to your printer fonts, two new FONTED
  76. commands are  especialy suited    (ALT-S/ALT-X).     Alternatively, you  can
  77. write  a  font    file  directly    to  disk,  if  you  don't want to use an
  78. assembler.  Invoke FONTCONV with the /A parameter.  To alter the default
  79. character size (y:16 x:8), use /y=n or /x=n (without spaces!).     Padding
  80. and extraction are automatic, you can convert 24 pin printer  characters
  81. to any size. x-sizes  are padded to multiples  of 8. See FONTED.DOC  for
  82. details.
  83.  
  84.  
  85.  
  86.  
  87.